home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2000 September
/
macformat-094.iso
/
MacFormat CD
/
MacFormatShareware
/
Internal_2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2000-07-21
|
176 b
|
9 lines
on exitFrame me
global gAdvertCounter, gAdvertDelay
gAdvertCounter = gAdvertCounter + 1
if gAdvertCounter = gAdvertDelay then
AdChange()
end if
go(the frame)
end